Sharing this solution, in case someone else has the same problem...
I've got two JeeNodes. One is cyclically transmitting a RemotePort "on" for a few seconds, then "off". The other listens, and when it receives the "on", lights a signal LED, and also cycles a group of 16 LEDs through a 5940 driver. (The code is a revised version of the blinkxmit Ports demo).
Worked fine, BUT ONLY if the receiving JeeNode was on USB (a USB-Bub), and the Arduino Serial Monitor had been opened. Whaa? In other words, just powering-up the receiver by plugging in the USB was not enuf to have the radio hear anything (or that's my theory). The signal LED would not light. All the other LEDs are cycling fine on powerup, so the code isn't locked-up. Of course, that also meant I couldn't run the receiver off a battery.
Thanks to some comments in the forum, I've now added a physical reset button between the FTDI pin 6 and ground. After powerup, I just push it, and the program restarts, with the radio responding as expected.
This isnt an issue for the way I plan to use these for now, but eventually I want this to "just work" on powerup. Gotta do more research...
